home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 September / maximum-cd-2000-09.iso / Vampire the Masquerade / vampire_demo.exe / Codex.nob / CodexProjectile.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-22  |  601 b   |  24 lines

  1. public class CodexProjectile extends CodexThing {
  2.    public native int SetProjectileFlags(int var1);
  3.  
  4.    public native int SetProjectileDamage(int var1);
  5.  
  6.    public native int GetProjectileDamage();
  7.  
  8.    public native int GetProjectileFlags();
  9.  
  10.    public native int ClearProjectileFlags(int var1);
  11.  
  12.    public CodexProjectile(int x) {
  13.       super(x);
  14.    }
  15.  
  16.    public native int SetProjectileOwner(int var1);
  17.  
  18.    public native int SetProjectileDamageType(int var1);
  19.  
  20.    public native int GetProjectileOwner();
  21.  
  22.    public native int GetProjectileDamageType();
  23. }
  24.